home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / fuse / fuse_common_compat.h next >
Text File  |  2006-05-11  |  506b  |  18 lines

  1. /*
  2.     FUSE: Filesystem in Userspace
  3.     Copyright (C) 2001-2006  Miklos Szeredi <miklos@szeredi.hu>
  4.  
  5.     This program can be distributed under the terms of the GNU LGPL.
  6.     See the file COPYING.LIB.
  7. */
  8.  
  9. /* these definitions provide source compatibility to prior versions.
  10.    Do not include this file directly! */
  11.  
  12. int fuse_mount_compat22(const char *mountpoint, const char *opts);
  13.  
  14. int fuse_mount_compat1(const char *mountpoint, const char *args[]);
  15.  
  16. void fuse_unmount_compat22(const char *mountpoint);
  17.  
  18.